home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / sane / xsane / xsane-style.rc < prev   
Encoding:
Text File  |  2009-01-27  |  628 b   |  35 lines

  1. # style <name> [= <name>]
  2. # {
  3. #   <option>
  4. # }
  5. #
  6. # widget <widget_set> style <style_name>
  7. # widget_class <widget_class_set> style <style_name>
  8. # accelerator <widget_name> <accelerator>
  9.  
  10. style "progressbar"
  11. {
  12.   bg[PRELIGHT] = { 22500, 53280, 22500 }    # green
  13. }
  14.  
  15. style "curve"
  16. {
  17.   fg[NORMAL] = { 58000, 0, 0 }            # red
  18. }
  19.  
  20. style "font"
  21. {
  22.   font = "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*"
  23. }
  24.  
  25. style "fixed font"
  26. {
  27.   font = "-misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-*"
  28. }
  29.  
  30. widget "*GtkCurve" style "curve"
  31. widget "*GtkProgressBar" style "progressbar"
  32. # widget "*" style "font"
  33. widget "*GtkRadioButton*" style "fixed font"
  34.  
  35.